Dekoratives Banner

FileSystem Class


    File.
    Folder.

Description

    The FileSystem class contains methods and attributes common to both File and Folder objects. A File object corresponds to a disk file, while a Folder object matches a directory or folder.

    This attribute and methods differ from those found under the FileSystemObject in that they can be applied without referring to a particular instance of a file or folder.

Class Attributes

    fs

    see FileSystem fs Class Attribute

    The name of the files system; read-only.

Class Methods

    decode()

    see FileSystem alias Attribute

    decodes the input string from UTF-8

    encode()

    see FileSystem encode() Class Method

    encodes the input string in UTF-8